Add Debt

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{{ form.hidden_tag() }}
{{ form.amount(class="form-control", placeholder="Enter debt amount") }}
{{ form.description(class="form-control", placeholder="Enter a description of the debt") }}
{{ form.date_added(class="form-control stylish-input", placeholder="Select a date") }}